


.slide {
    width: 1200px;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.slide-ul {
    position: relative;
    width: 8640px;
    margin: 0;
    padding: 0;
}

    .slide-ul li {
        display: inline;
        float: left;
        width: 277px;
        height: 290px;
        overflow: hidden;
        position: relative;
        background: #f2f2f2;
        margin-right: 30px;
    }

    .slide-ul a {
        display: block;
        width: 280px;
        height: 290px;
        overflow: hidden;
        color: #fff;
    }

        .slide-ul a img {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 200px;
            height: 170px;
        }

        .slide-ul a .sk {
            position: absolute;
            left: 77px;
            top: 144px;
            width: 26px;
            height: 26px;
            background: #009675;
        }

        .slide-ul a span {
            position: absolute;
            left: 10px;
            top: 185px;
            width: 270px;
            height: 30px;
            color: #009675;
            font-size: 16px;
        }

            .slide-ul a span.ind_aintro {
                position: absolute;
                left: 10px;
                top: 220px;
                width: 255px;
                height: 60px;
                color: #999;
                line-height: 150%;
                font-size: 13px;
            }

.info-btn {
    width: 225px;
    height: 22px;
    overflow: hidden;
    margin: 0 auto;
    padding: 11px 0;
    zoom: 1;
}

    .info-btn li {
        float: left;
        padding: 0 3px;
        list-style:none;
    }

        .info-btn li span {
            display: block;
            width: 22px;
            height: 22px;
            background: url(../images/sjbz_infor-btn.png) 0 -27px no-repeat;
            text-indent: -9999em;
            overflow: hidden;
            cursor: pointer;
        }

    .info-btn .info-cur span, .info-btn .info-hover span {
        background-position: 0 0;
    }

